Author |
Topic  |
|
wii
Free ASP Hosts Moderator
    
Denmark
2632 Posts |
Posted - 06 June 2001 : 08:51:43
|
Does anyone know what this means, and is the error in the code or can it be my IE?
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'Response.Cookies(...).Expires'
/dafloginscript.asp, line 68
|
|
redbrad0
Advanced Member
    
USA
3725 Posts |
Posted - 06 June 2001 : 08:59:30
|
i believe its in the code, whats line 68 which im guessing is the line that tells the cookie when to expire?
Brad |
 |
|
paco
Junior Member
 
Spain
187 Posts |
Posted - 06 June 2001 : 09:04:10
|
Can you send us line 68 complete? Blindguessing, it's problably in your code. Is the date on the right of expires really a date?
|
 |
|
wii
Free ASP Hosts Moderator
    
Denmark
2632 Posts |
Posted - 06 June 2001 : 09:06:26
|
sorry, I canīt !
itīs not my code, Iīm at work, and some people canīt login at this site, and everybody gets the same error message. I just like to make sure itīs a script error and not our connection or browser problem.
|
 |
|
redbrad0
Advanced Member
    
USA
3725 Posts |
Posted - 06 June 2001 : 09:10:33
|
sounds like a script problem, maybe the wrong date being inserted into the cookie, or something like that
Brad |
 |
|
paco
Junior Member
 
Spain
187 Posts |
Posted - 06 June 2001 : 09:17:52
|
I agree with Brad. Looks like the date it's trying to put as the expiration date is wrong and ASP doesn't consider it as being a date.
|
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 06 June 2001 : 12:08:36
|
You need to provide a date, as in response.cookies("thiscookie").expires = Now()
====== Doug G ====== |
 |
|
|
Topic  |
|