|
 |
aspx thread: Session Ends after some Time?
Message #1 by "Geeta Kalantre" <dotnetgeeta@h...> on Tue, 27 Nov 2001 14:43:36 +0000
|
|
Hi,
Session ends after some time. Any Solution for that problem?
thanks,
Geeta.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Message #2 by "Samuel Engelman" <samuel_engelman@p...> on Tue, 27 Nov 2001 09:52:40 -0500
|
|
Look for a line like this in your web.config
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user id=sa;password="
cookieless="false" timeout="20" />
change the timeout property to whatever time you want
|--------+--------------------------------->
| | "Geeta Kalantre" |
| | <dotnetgeeta@h...> |
| | |
| | |
| | Tuesday November 27, 2001 |
| | 09:43 AM |
| | Please respond to "ASP+" |
| | |
|--------+--------------------------------->
>------------------------------------------------------------|
| |
| To: "ASP+" |
| <aspx@p...> |
| cc: |
| Subject: [aspx] Session Ends after some Time? |
>------------------------------------------------------------|
Hi,
Session ends after some time. Any Solution for that problem?
thanks,
Geeta.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
---
VBug Winter Conference 2001
Open Forum: Dan Appleman will be hosting an open
forum at The .NET Developer's Conference on
29th November 2001. The session will give
developers the chance to discuss and question
Dan on his experience with the .NET environment.
Dan has been programming Visual Basic since the
alpha version 1.0. And with over 10 years
Visual Basic experience is well qualified to
help you on your road to being a .NET Guru.
http://www.vbug.co.uk/redirect.asp?url=39&id=17
---
You are currently subscribed to
aspx as: Samuel_Engelman@p...
$subst('Email.Unsub')
Message #3 by Kyle Burns <kburns@c...> on Tue, 27 Nov 2001 10:02:35 -0500
|
|
This behavior is bby design for security purpose as well as to free up
resources involved with maintaining sessions. Your only option is to extend
the timeout value to something more acceptable to you. Default is 20
minutes IIRC.
=================================
Kyle M. Burns, MCSD, MCT
ECommerce Technology Manager
Centra Credit Union
kburns@c...
-----Original Message-----
From: Geeta Kalantre [mailto:dotnetgeeta@h...]
Sent: Tuesday, November 27, 2001 9:44 AM
To: ASP+
Subject: [aspx] Session Ends after some Time?
Hi,
Session ends after some time. Any Solution for that problem?
thanks,
Geeta.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
---
VBug Winter Conference 2001
Open Forum: Dan Appleman will be hosting an open
forum at The .NET Developer's Conference on
29th November 2001. The session will give
developers the chance to discuss and question
Dan on his experience with the .NET environment.
Dan has been programming Visual Basic since the
alpha version 1.0. And with over 10 years
Visual Basic experience is well qualified to
help you on your road to being a .NET Guru.
http://www.vbug.co.uk/redirect.asp?url=39&id=17
---
You are currently subscribed to
aspx as: kburns@c...
$subst('Email.Unsub')
|
|
 |