Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: How do you do sessions in Web Sites

by perrin (Chancellor)
on Sep 27, 2005 at 19:09 UTC ( [id://495512]=note: print w/replies, xml ) Need Help??


in reply to How do you do sessions in Web Sites

Have a look at Apache::AuthCookieURL and/or Apache::SessionManager.
  • Comment on Re: How do you do sessions in Web Sites

Replies are listed 'Best First'.
Re^2: How do you do sessions in Web Sites
by demerphq (Chancellor) on Sep 28, 2005 at 09:56 UTC

    The former is marked as beta code and the latter fails to build (im trying to figure out why right now). Im just curious why you recommend these modules in particular? For someone not too familiar with the issues its hard to do a feature comparison.

    ---
    $world=~s/war/peace/g

      Most of CPAN is marked as beta code, but this is from a reliable author and has been out for years. Apache::SessionManager also has a helpful author who shows up on the mod_perl list and answers questions.

      Apache::AuthCookieURL is a good example of a module that does tracking without cookies. Apache::SessionManager solves most of the issues people normally have with using sessions, and is good for beginners who don't know what is already there and what they need to supply.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-16 16:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found