Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
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?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2023-12-03 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (20 votes). Check out past polls.

    Notices?