Click here to Skip to main content
15,922,166 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to use timer control in ASP.NET 2005 Pin
Christian Graus24-Oct-07 20:48
protectorChristian Graus24-Oct-07 20:48 
Questionabout .net Pin
mirchi_tikhi24-Oct-07 9:13
mirchi_tikhi24-Oct-07 9:13 
AnswerRe: about .net Pin
Deepak Nigam24-Oct-07 9:50
Deepak Nigam24-Oct-07 9:50 
Questionrequired project Pin
mirchi_tikhi24-Oct-07 9:07
mirchi_tikhi24-Oct-07 9:07 
AnswerRe: required project Pin
Malcolm Smart24-Oct-07 9:56
Malcolm Smart24-Oct-07 9:56 
JokeRe: required project Pin
Mircea Grelus24-Oct-07 12:50
Mircea Grelus24-Oct-07 12:50 
AnswerRe: required project Pin
Christian Graus24-Oct-07 13:06
protectorChristian Graus24-Oct-07 13:06 
QuestionSession Problem Pin
Malleswar123424-Oct-07 8:25
Malleswar123424-Oct-07 8:25 
Hi,

I am developing ASP.Net application in VS2003. From when user login, I am maintaining one session variable.

Session["user"] = t1.text; some think like this. and making it null and abandon when logout is clicked.

Session["user"] = ""

Session.Abandon() ;

When I run my code on localhost I dont have any problem. every thing works perfectly. but when I deploy my application to main server then aumatically my session get expires , I mean session variable is becoming is null. This does not happen regularly. It happens after few transactions. Even unable to replicate when exactly this is happening. I kept timeout 20 minutes.Then also even while operating it expires.

I am already frustrated with this issue by chanding <sessionstate> in web.config and many replacements in my code. but no use.

Can any please guide me?

Thanks In Advance
AnswerRe: Session Problem Pin
Felipe Dalorzo24-Oct-07 10:10
Felipe Dalorzo24-Oct-07 10:10 
GeneralRe: Session Problem Pin
Malleswar123424-Oct-07 21:39
Malleswar123424-Oct-07 21:39 
AnswerRe: Session Problem Pin
Kissy1624-Oct-07 21:42
Kissy1624-Oct-07 21:42 
GeneralRe: Session Problem Pin
Malleswar123425-Oct-07 0:51
Malleswar123425-Oct-07 0:51 
AnswerRe: Session Problem Pin
Pete O'Hanlon25-Oct-07 1:24
mvePete O'Hanlon25-Oct-07 1:24 
QuestionFailed To Access IIS Metabase [modified] Pin
#realJSOP24-Oct-07 4:50
professional#realJSOP24-Oct-07 4:50 
AnswerRe: Failed To Access IIS Metabase Pin
SHatchard24-Oct-07 5:31
SHatchard24-Oct-07 5:31 
GeneralRe: Failed To Access IIS Metabase Pin
#realJSOP24-Oct-07 5:46
professional#realJSOP24-Oct-07 5:46 
AnswerRe: Failed To Access IIS Metabase Pin
Mircea Grelus24-Oct-07 13:03
Mircea Grelus24-Oct-07 13:03 
AnswerRe: Failed To Access IIS Metabase Pin
Christian Graus25-Oct-07 0:47
protectorChristian Graus25-Oct-07 0:47 
AnswerRe: Failed To Access IIS Metabase Pin
Pete O'Hanlon25-Oct-07 1:12
mvePete O'Hanlon25-Oct-07 1:12 
AnswerRe: Failed To Access IIS Metabase Pin
Rama Krishna Vavilala25-Oct-07 1:46
Rama Krishna Vavilala25-Oct-07 1:46 
Questionpage Programming citations Pin
raquidd2224-Oct-07 4:27
raquidd2224-Oct-07 4:27 
AnswerRe: page Programming citations Pin
Guffa24-Oct-07 9:10
Guffa24-Oct-07 9:10 
QuestionForm readonly Pin
kjosh24-Oct-07 4:12
kjosh24-Oct-07 4:12 
AnswerRe: Form readonly Pin
Guffa24-Oct-07 9:05
Guffa24-Oct-07 9:05 
GeneralRe: Form readonly Pin
kjosh24-Oct-07 10:23
kjosh24-Oct-07 10:23 

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.