Click here to Skip to main content
15,887,683 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: run .exe through php Pin
Bradml22-Mar-07 19:18
Bradml22-Mar-07 19:18 
GeneralRe: run .exe through php Pin
hiral_shah22-Mar-07 19:46
hiral_shah22-Mar-07 19:46 
GeneralRe: run .exe through php Pin
Bradml22-Mar-07 19:55
Bradml22-Mar-07 19:55 
GeneralRe: run .exe through php Pin
hiral_shah22-Mar-07 20:19
hiral_shah22-Mar-07 20:19 
GeneralRe: run .exe through php Pin
Bradml22-Mar-07 20:39
Bradml22-Mar-07 20:39 
GeneralRe: run .exe through php [modified] Pin
jpmcc22-Mar-07 23:44
jpmcc22-Mar-07 23:44 
GeneralRe: run .exe through php Pin
Bradml23-Mar-07 1:31
Bradml23-Mar-07 1:31 
GeneralRe: run .exe through php Pin
jpmcc26-Mar-07 10:16
jpmcc26-Mar-07 10:16 
QuestionAuthentication Schemes Pin
Richard Andrew x6421-Mar-07 11:40
professionalRichard Andrew x6421-Mar-07 11:40 
AnswerRe: Authentication Schemes Pin
hiral_shah21-Mar-07 19:45
hiral_shah21-Mar-07 19:45 
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 

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.