OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

Cookie Corruption in Spooky?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP, PHP, and Database >> Cookie Corruption in Spooky?
Page: [1]
 
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
Page:   [1]

All Forums >> Web Development >> ASP, PHP, and Database >> Cookie Corruption in Spooky?
Page: [1]
Jump to: 1





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