Click here to Skip to main content
15,892,480 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRegular Expressions Pin
vasini22-Dec-06 17:24
vasini22-Dec-06 17:24 
AnswerRe: Regular Expressions Pin
Christian Graus22-Dec-06 17:34
protectorChristian Graus22-Dec-06 17:34 
Questioncookie in php Pin
dhulipudi22-Dec-06 15:18
dhulipudi22-Dec-06 15:18 
AnswerRe: cookie in php Pin
Christian Graus22-Dec-06 17:29
protectorChristian Graus22-Dec-06 17:29 
Questionsession clearing problem in aspx Pin
keroed_edmond22-Dec-06 9:44
keroed_edmond22-Dec-06 9:44 
AnswerRe: session clearing problem in aspx Pin
Christian Graus22-Dec-06 10:25
protectorChristian Graus22-Dec-06 10:25 
GeneralRe: session clearing problem in aspx Pin
subrata.jana22-Dec-06 19:02
subrata.jana22-Dec-06 19:02 
AnswerRe: session clearing problem in aspx Pin
Guffa22-Dec-06 20:28
Guffa22-Dec-06 20:28 
You can't create a session, so I assume that it is a session variable that you actually create.

The session variables are never cleared by themselves, so a possible reason is that you are getting a different session, and thus a different Session object that has it's own session variables, but not the ones you created in the previous session.

Print out the Session.SessionID value on the page, so that you see if it changes.

---
It's amazing to see how much work some people will go through just to avoid a little bit of work.

QuestionCrystal Reports - Sort dinamically Pin
faviochilo22-Dec-06 8:14
faviochilo22-Dec-06 8:14 
Question. Pin
hssaroch22-Dec-06 3:20
hssaroch22-Dec-06 3:20 
AnswerRe: Invoking an executable from an ASP.NET page Pin
ednrgc22-Dec-06 4:31
ednrgc22-Dec-06 4:31 
AnswerRe: Invoking an executable from an ASP.NET page Pin
Christian Graus22-Dec-06 8:27
protectorChristian Graus22-Dec-06 8:27 
AnswerRe: Invoking an executable from an ASP.NET page Pin
mohd imran abdul aziz22-Dec-06 22:31
mohd imran abdul aziz22-Dec-06 22:31 
Questionhi Pin
sachin phirke22-Dec-06 1:23
sachin phirke22-Dec-06 1:23 
AnswerRe: hi Pin
Deepak the Cool22-Dec-06 1:26
Deepak the Cool22-Dec-06 1:26 
AnswerRe: hi Pin
Christian Graus22-Dec-06 8:29
protectorChristian Graus22-Dec-06 8:29 
Questionstoring variables in web forms Pin
Kissy1622-Dec-06 0:30
Kissy1622-Dec-06 0:30 
AnswerRe: storing variables in web forms Pin
rama charan22-Dec-06 0:47
rama charan22-Dec-06 0:47 
GeneralRe: storing variables in web forms Pin
Kissy1622-Dec-06 0:58
Kissy1622-Dec-06 0:58 
GeneralRe: storing variables in web forms Pin
rama charan22-Dec-06 1:19
rama charan22-Dec-06 1:19 
AnswerRe: storing variables in web forms Pin
Nimit Patel22-Dec-06 1:13
Nimit Patel22-Dec-06 1:13 
AnswerRe: storing variables in web forms Pin
Christian Graus22-Dec-06 8:30
protectorChristian Graus22-Dec-06 8:30 
Questionproblem in debugging Pin
MissionSuccess22-Dec-06 0:26
MissionSuccess22-Dec-06 0:26 
AnswerRe: problem in debugging Pin
rama charan22-Dec-06 0:40
rama charan22-Dec-06 0:40 
GeneralRe: problem in debugging Pin
MissionSuccess22-Dec-06 0:55
MissionSuccess22-Dec-06 0:55 

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.