GeorgeS
Posts: 206
|
| Posted: 04/06/2004, 11:23 PM |
|
I'm not sure why I have to login again after several second.
Sometimes session can last ~10-15 min and sometimes several seconds.
Where do I fix this problem?
Thank you
_________________
GeorgeS |
 |
 |
srinivas
Posts: 54
|
| Posted: 04/11/2004, 10:27 AM |
|
Do you have the LOGOUT event on any of the pages? Are you inadvertantly stepping on that page?
What is your environment - web server, app server, language etc?
-Srinivas
|
 |
 |
GeorgeS
Posts: 206
|
| Posted: 04/11/2004, 5:34 PM |
|
winXP pro, ASP, IIS
no LOGOUT event on any page
_________________
GeorgeS |
 |
 |
peterr
Posts: 5971
|
| Posted: 04/11/2004, 11:52 PM |
|
I recommend more extensive testing to find the exact situation when the login lasts only several seconds. The server default is 10 minutes, I believe.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
BlinkyBill
Posts: 86
|
| Posted: 04/12/2004, 4:58 AM |
|
Quote peterr:
I recommend more extensive testing to find the exact situation when the login lasts only several seconds. The server default is 10 minutes, I believe.
IIS default session time is 20 mins. I also suffer this problem on a internet hosted site. It is intermittent, so haven't been able to track the problem. I suspect it is server related as the CCS generated code looks fine. The only thing I can think of is possibly the server process is crashing and IIS is restarting thus iniating a new session.
|
 |
 |
Oper
Posts: 1195
|
| Posted: 04/12/2004, 7:55 AM |
|
I has been used IIS, XPpro, ASP for long time without having any problem of timeout.
Did you try get the ASP timeout for that VDS higher?
are you using the option Keep Alive?
ther are 2 type of timeout, ASP timeout default 20min
and Conection timeout Default 120sec.
Check all those point............... and let me know
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
Oper
Posts: 1195
|
| Posted: 04/12/2004, 7:56 AM |
|
Note: we are using 2003server now, but IIS is almost same.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
peterr
Posts: 5971
|
| Posted: 04/12/2004, 11:46 AM |
|
This doesn't look like CCS problem indeed (otherwise everyone would be reporting it). I did some searches on Google and found this one interesting: http://www.google.com/search?q=%22session+timeout%2C+please+login+again%22 http://infobel.contactoffice.com/core/LostPasswordBefore.jsp
Therefore I would recommend that you enable session cookies or even temporarily set your privacy level to Low and then perform additional testing. If the problem disappears then we'll know that the problem is related to the cookie configuration on the client machine (browser).
Also, please check if you're using a proxy to browse the Website, or any IIS plug-ins on the server. There could be some issues related to this.
Also see: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=U...%3DN%26tab%3Dwg
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |