
Rita
Deleted
Jun 3, 2000, 8:38 AM
Post #1 of 2
(221 views)
|
|
Allowing only one request per session
|
Can't Post
|
|
I need to restrict the users to making one request for each login session. I've tried writing that they've made a request to a cookie. But I've discovered that the cookie written by JavaScript and the cookie written by Perl (although identically named) are treated as two different cookies. Is there some way to overcome this problem? All I can think of is to have all cookies written by Perl, but that seems like overkill. Any help is appreciated!
|