Apache Cookie Issue - Perl
This is a discussion on Apache Cookie Issue - Perl ; i've been trying to fix this all day, and could use some help
my setup:
i have an apache server (1.3.29 on linux) on my home network. I use this
server for development (perl).
i have a site that uses ...
-
Apache Cookie Issue
i've been trying to fix this all day, and could use some help
my setup:
i have an apache server (1.3.29 on linux) on my home network. I use this
server for development (perl).
i have a site that uses Apache::AuthCookie for authentication
i access this site through 192.168.0.56/nameofsite.com
submitting the login form (username/password) sets the cookie and I'm in,
always has worked until today.
all of a sudden I can't set cookies when accessing this server. It still
worked using firefox so I figured it may be my IE, but I've tried it from IE
on 3 different machines on the network that haven't been touch in a while
and same result. also have tried the live site (different server) with IE
and it works fine (same exact code, even brought that code down to my dev
machine to check, no go)
I tried setting IE to prompt for cookies and there is no prompt, it's as if
it's automatically blocking IE cookies. I know if it's checking against the
database because if I put in the wrong password it tell me so. So again,
it's for some reason auto rejecting IE cookies.
Any help would be appreciated and please reply to the group.
Thanks
-
Re: Apache Cookie Issue
"Marcellus Wallace" <marcelluswallace@hotpop.com> wrote in message news:<48sYc.331375$a24.90817@attbi_s03>...
> i've been trying to fix this all day, and could use some help
>
> my setup:
>
> i have an apache server (1.3.29 on linux) on my home network. I use this
> server for development (perl).
>
> i have a site that uses Apache::AuthCookie for authentication
>
> i access this site through 192.168.0.56/nameofsite.com
I don't believe HTTP cookies are supposed to work on sites with
numeric IP addresses in their URLs. A cookie belongs to a domain name
suffix. If it ever seemed to work this was probably an artifact.
This has nothing to do with Perl.
This newsgroup does not exist (see FAQ). Please do not start threads
here.
Similar Threads
-
By Application Development in forum Perl
Replies: 1
Last Post: 11-18-2007, 10:12 PM
-
By Application Development in forum Perl
Replies: 6
Last Post: 11-02-2007, 01:24 PM
-
By Application Development in forum Perl
Replies: 2
Last Post: 05-14-2007, 02:00 PM
-
By Application Development in forum Perl
Replies: 4
Last Post: 03-21-2005, 07:38 AM
-
By Application Development in forum Perl
Replies: 0
Last Post: 09-29-2003, 10:50 AM