Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logging on
Message
From
20/05/2002 08:55:35
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00656940
Message ID:
00658834
Views:
36
Yes, that was the problem.

Thanks for all your help.
Kev

>If you are using a session variable, I suspect your session is timing out after 5 minutes. You will have to increase the session timeout value with session.timeout = 600. This will set the timeout value to 10 minutes.
>
>
>>Ok, I might give that a go, thanks.
>>
>>Sorry to cling to you like this, but when I'm browsing the asp's, then switch applications and work on VFP (for example), if I'm more than a couple of minutes and I go back to my browser app, the LoggedIn property seems to have reset to false and my app then throws me back to the logon screen, do you know what's happening here?
>>
>>Cheers
>>Kev
>>
>>>>At the moment I have an ASP with a login screen, the user/password fields are held in a form which calls another asp with those values. Is that the correct way, or should I be validating the user/password on the login screen?
>>>>
>>>>Kev
>>>>
>>>>>>That may be required in the long run, but I need examples on the programming side from, say a login.asp page that processes usernames/passwords.
>>>>>>
>>>>>>Kev
>>>>>
>>>>>Do you need examples of how to pass the values from the client to the server or do you need examples of how to validate the values passed?
>>>
>>>Yes, that is a correct way to do it. If this works for you, do it. You could also submit the form to itself and validate it with a server side include file. I would prefer the later.
Previous
Reply
Map
View

Click here to load this message in the networking platform