Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

CGI::Session and MySQL

by esskar (Deacon)
on Apr 11, 2004 at 15:28 UTC ( [id://344260]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub session_create
    {
    ...
    
      return $session;
    }
    
  2. or download this
    CREATE TABLE yn_sessions (
     id varchar(32) NOT NULL default '',
    ...
     userId bigint(20) default NULL,
     UNIQUE KEY id (id)
    ) TYPE=MyISAM;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-26 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found