Click here to Skip to main content
15,867,568 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Authentication Schemes Pin
Vasudevan Deepak Kumar22-Mar-07 6:12
Vasudevan Deepak Kumar22-Mar-07 6:12 
QuestionLosing a session variable Pin
Abbas8221-Mar-07 8:10
Abbas8221-Mar-07 8:10 
AnswerRe: Losing a session variable Pin
Abbas8221-Mar-07 11:04
Abbas8221-Mar-07 11:04 
AnswerRe: Losing a session variable Pin
Guffa22-Mar-07 0:19
Guffa22-Mar-07 0:19 
GeneralRe: Losing a session variable Pin
Paddy Boyd22-Mar-07 0:31
Paddy Boyd22-Mar-07 0:31 
AnswerRe: Losing a session variable Pin
Guffa22-Mar-07 2:36
Guffa22-Mar-07 2:36 
AnswerRe: Losing a session variable Pin
Guffa22-Mar-07 1:18
Guffa22-Mar-07 1:18 
GeneralRe: Losing a session variable Pin
Abbas8222-Mar-07 5:18
Abbas8222-Mar-07 5:18 
You're right, if it was a cookie issue, then there would be no session vars. at all, plus I get the HTTP cookie in my error email when an error is encountered. There is no underscore in the domain name either.

Well, this is my code to send me an email regarding whats going on when an error occurs

For Each item in Session.Contents
CaptureSessionValues = CaptureSessionValues & "" & item & "" &_ Server.HTMLEncode(Session.Contents(item)) & "" & vbcrlf
Next

And the variable in question, named Home_Page (along with a few others that get set on the same page, home.asp) are not there, so I guess it never gets created? I checked my code and I dont see anything that removes it.
QuestionWill VB COM will do better than normal ASP ? Pin
Rajkamal_dfine21-Mar-07 4:35
Rajkamal_dfine21-Mar-07 4:35 
AnswerRe: Will VB COM will do better than normal ASP ? Pin
Shog921-Mar-07 8:53
sitebuilderShog921-Mar-07 8:53 
AnswerRe: Will VB COM will do better than normal ASP ? Pin
JoiSteingrims21-Mar-07 13:35
JoiSteingrims21-Mar-07 13:35 
AnswerRe: Will VB COM will do better than normal ASP ? Pin
Guffa22-Mar-07 2:09
Guffa22-Mar-07 2:09 
AnswerRe: Will VB COM will do better than normal ASP ? Pin
andyharman22-Mar-07 2:05
professionalandyharman22-Mar-07 2:05 
Question[Architecture] Building a plugin system in a Web Application Pin
Giovanny Temgoua21-Mar-07 4:03
Giovanny Temgoua21-Mar-07 4:03 
AnswerRe: [Architecture] Building a plugin system in a Web Application Pin
Bradml22-Mar-07 13:11
Bradml22-Mar-07 13:11 
GeneralRe: [Architecture] Building a plugin system in a Web Application Pin
Giovanny Temgoua23-Mar-07 8:10
Giovanny Temgoua23-Mar-07 8:10 
QuestionRe: [Architecture] Building a plugin system in a Web Application Pin
Giovanny Temgoua24-Mar-07 23:17
Giovanny Temgoua24-Mar-07 23:17 
QuestionHow can I do paging in Datagrid through JavaScript? Pin
Deepak Kashyap20-Mar-07 20:31
Deepak Kashyap20-Mar-07 20:31 
AnswerRe: How can I do paging in Datagrid through JavaScript? Pin
Vasudevan Deepak Kumar22-Mar-07 6:14
Vasudevan Deepak Kumar22-Mar-07 6:14 
QuestionJavascript Password Generator Pin
fryguy.ca20-Mar-07 17:16
fryguy.ca20-Mar-07 17:16 
AnswerRe: Javascript Password Generator Pin
Bradml20-Mar-07 22:50
Bradml20-Mar-07 22:50 
GeneralRe: Javascript Password Generator Pin
fryguy.ca21-Mar-07 10:40
fryguy.ca21-Mar-07 10:40 
GeneralRe: Javascript Password Generator Pin
Bradml22-Mar-07 13:13
Bradml22-Mar-07 13:13 
QuestionIIS ASP Encrypt Utility Pin
Vasudevan Deepak Kumar20-Mar-07 12:55
Vasudevan Deepak Kumar20-Mar-07 12:55 
QuestionC++ dll accessed by COld Fusion Pin
LCI20-Mar-07 8:08
LCI20-Mar-07 8:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.