in reply to Session Expiration and Refresh Button
This is a fundamental flaw of the method you have chosen to authenticate people. If you are 'very new' to web programming, you should really use an existing authentication package, rather than try to reinvent a wheel you aren't qualified to reinvent. (Not trying to knock you, just saying that security is important enough that you should have some experience before you try and create your own.
For some existing authentication implementations similar to what you are attempting, take a look at Apache::AuthCookieURL, Apache::MultiAuth, CGI::kSession, Apache::AuthPAM, or CGI::Session.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Session Expiration and Refresh Button
by Anonymous Monk on Feb 22, 2003 at 00:04 UTC |