|
| |
|
|
markfay
Posts: 20 Joined: 7/14/2005 From: Naperville IL Status: offline
|
Cookie Corruption in Spooky? - 4/17/2009 10:25:31
I have a Spooky Login site with FrontPage forms that submit to a MS SQL 2000 database. The only required field in the table is the User ID which we take from the Spooky session variable. I am having intermittent problems with these forms being able to save to the db. Perhaps one out of every 300 attempts, from various users, fails. To correct, we have the user clear their cookies and close IE (they are all mostly on IE 7). Once they try again, the data saves. I have the following code in the form: <% if session("UserName")&""="" then response.redirect "/login.asp?Redirect="&Request.Servervariables("URL")&"?"&Request.Servervariables("QUERY_STRING") end if %> <% if session("UserID")&""="" then response.redirect "/login.asp?Redirect="&Request.Servervariables("URL")&"?"&Request.Servervariables("QUERY_STRING") end if %> which I would think would spot corrupt cookies and send them thru the login process to reset. Any suggestions? Thanks much. Mark Fay
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|