Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: How to remember who is logged in...

by Anonymous Monk
on Oct 13, 2003 at 22:11 UTC ( [id://298960]=note: print w/replies, xml ) Need Help??


in reply to How to remember who is logged in...

I don't have much to add, except CGI::Session can use both Data::Dumper and Storable as well as FreezeThaw to freeze and thaw data.

By default it uses Data::Dumper, so that it doesn't require any seperate installations to get it working. However, the only disadvantage of using Data::Dumper over the other two data serializers is it doesn't do good job in thawing stored objects.

Storing objects in session data is not something one normally does, so Data::Dumper is usually just what you need.

  • Comment on Re: How to remember who is logged in...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-04-19 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found