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 ...

+ Reply to Thread
Results 1 to 2 of 2

Apache Cookie Issue

  1. Default 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






  2. Default 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.

+ Reply to Thread

Similar Threads

  1. Session Cookie Glitch with mod_perl 2.03 and Apache 2.2.6
    By Application Development in forum Perl
    Replies: 1
    Last Post: 11-18-2007, 10:12 PM
  2. Mod_Perl / Apache Issue
    By Application Development in forum Perl
    Replies: 6
    Last Post: 11-02-2007, 01:24 PM
  3. Perl module for cookie/logon/session management with Apache
    By Application Development in forum Perl
    Replies: 2
    Last Post: 05-14-2007, 02:00 PM
  4. HTTP::Cookie won't store sent cookie
    By Application Development in forum Perl
    Replies: 4
    Last Post: 03-21-2005, 07:38 AM
  5. Browser Cookie Set/Get Issue
    By Application Development in forum Perl
    Replies: 0
    Last Post: 09-29-2003, 10:50 AM