Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Sessions and cookies

by perl_devel (Friar)
on Jun 03, 2005 at 10:09 UTC ( [id://463199]=perlquestion: print w/replies, xml ) Need Help??

perl_devel has asked for the wisdom of the Perl Monks concerning the following question:

Hi,
In other languages we can implement sessions thru database and also thru serverside sessions(browser), Does Perl support sessions maintained thru server other than database one ?.
Different opinions and answers are welcomed.

Thanks & Regards

Replies are listed 'Best First'.
Re: Sessions and cookies
by castaway (Parson) on Jun 03, 2005 at 10:12 UTC

      'maintained thru the server', if you mean does perl have an application server that has standard built in session managment then the answer is no.
      But As castaway points out all the building blocks are there on cpan and can be integrated into a mod_perl so u get exactly what u need.

      This ties up nicely with a question i've been meaning to ask.

      Does anyone know of anything perlish that is planned to meet the liberty alliance spec?

      http://www.projectliberty.org/
Re: Sessions and cookies
by samizdat (Vicar) on Jun 03, 2005 at 12:09 UTC
    You can also look at Apache::Session. There are multiple options, including several filesystem options, Berkeley DB, memory cache, shared memory, and cross-platform memory cache daemon.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-25 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found