Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Keeping track of a session id (mod_rewrite?)

by davidrw (Prior)
on Jun 18, 2005 at 15:20 UTC ( #467995=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    PerlModule Apache::Filter \
      OurStuff::SessionFilter
    ...
      PerlHandler OurStuff::SessionFilter
      SetHandler perl-script
    </Directory>
    
  2. or download this
    package OurStuff::SessionFilter;
    use Apache::Constants();
    ...
        return OK;
    }
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://467995]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2023-09-30 12:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?