Click here to Skip to main content
16,005,241 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSession Problem Pin
monika_vasvani6-Sep-06 23:48
monika_vasvani6-Sep-06 23:48 
AnswerRe: Session Problem Pin
Guffa7-Sep-06 0:17
Guffa7-Sep-06 0:17 
AnswerRe: Session Problem Pin
Jay_se7-Sep-06 0:43
Jay_se7-Sep-06 0:43 
GeneralRe: Session Problem Pin
monika_vasvani7-Sep-06 2:16
monika_vasvani7-Sep-06 2:16 
GeneralRe: Session Problem Pin
_AK_7-Sep-06 2:18
_AK_7-Sep-06 2:18 
GeneralRe: Session Problem Pin
Jay_se7-Sep-06 2:32
Jay_se7-Sep-06 2:32 
GeneralRe: Session Problem Pin
monika_vasvani7-Sep-06 3:03
monika_vasvani7-Sep-06 3:03 
GeneralRe: Session Problem Pin
Jay_se7-Sep-06 3:40
Jay_se7-Sep-06 3:40 
Have u gone through the link given by Apurva Kaushal?

After 30 min, the Session has expired. It works fine & Correct.

Dont confused about Client Side or Server side. If you are using 'Cookies', the Cookie will retain its session values only 30 min (Cookie is stored in Client system only). This 30 min given in 'SlidingExpiration' attribute.
Cookie is expired after 30 min., the time the last request was received.

U know web is stateless. The server understands the Request from single user (Browser) by Session ID only.After the Cookie expires, for example, if u submit the Web Page, then the server cant able to idetify you (Session ID expired).So it gives "session expired" warning. You need to login again.

Have got it !!


Regards,

Jay

Questionproblem in Gried View -urgent Pin
DotnetRafi6-Sep-06 23:40
DotnetRafi6-Sep-06 23:40 
AnswerRe: problem in Gried View -urgent Pin
_AK_7-Sep-06 2:22
_AK_7-Sep-06 2:22 
QuestionFileUpload Control Pin
doyang6-Sep-06 23:11
doyang6-Sep-06 23:11 
Questiondynamic control Pin
ketan.raval6-Sep-06 21:49
ketan.raval6-Sep-06 21:49 
AnswerRe: dynamic control Pin
Paddy Boyd6-Sep-06 23:34
Paddy Boyd6-Sep-06 23:34 
GeneralRe: dynamic control Pin
ketan.raval7-Sep-06 4:10
ketan.raval7-Sep-06 4:10 
Questionsql config error Pin
yasar khan6-Sep-06 21:12
yasar khan6-Sep-06 21:12 
AnswerRe: sql config error Pin
RichardGrimmer7-Sep-06 5:35
RichardGrimmer7-Sep-06 5:35 
Questiondatagrid Pin
umaheshchandra6-Sep-06 21:11
umaheshchandra6-Sep-06 21:11 
AnswerRe: datagrid Pin
Sathesh Sakthivel7-Sep-06 0:00
Sathesh Sakthivel7-Sep-06 0:00 
Questionneed help wit data binding with hyperlink Pin
neodeaths6-Sep-06 20:48
neodeaths6-Sep-06 20:48 
AnswerRe: need help wit data binding with hyperlink Pin
Jay_se6-Sep-06 20:59
Jay_se6-Sep-06 20:59 
AnswerRe: need help wit data binding with hyperlink Pin
Exelioindia6-Sep-06 23:51
Exelioindia6-Sep-06 23:51 
AnswerRe: need help wit data binding with hyperlink Pin
RichardGrimmer7-Sep-06 5:37
RichardGrimmer7-Sep-06 5:37 
Questionexecuting url without launching a new browser window Pin
Azel Low6-Sep-06 20:42
Azel Low6-Sep-06 20:42 
AnswerRe: executing url without launching a new browser window Pin
MIHAI_MTZ6-Sep-06 21:10
MIHAI_MTZ6-Sep-06 21:10 
QuestionCan we create more than one try block in asp.net Pin
Prasad.garlapati6-Sep-06 20:05
Prasad.garlapati6-Sep-06 20:05 

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.