Hello all,

I am trying to use the Apache::Session module to create and store session
information.  This is my first attempt at using a session to store user
info, so please stick with me.  The book that I have been using for
direction is Paul Dubois' "MySQL and Perl for the Web."  In it (pg. 329), he
suggests that I create a package called WebDB::Session to avoid
session-opening code in each script that uses session management.  It acts
as a front-end interface to the Apache::Session module.  I have done this.
However, each time I try to run the sample script, I receive the following
error:

#

Session ID: f5d5d5b8652054c33708d1bdabb51122
Session Stage: 1
Content-type: text/html 

Software error:
Can't locate object method "sesion_id" via package "WebDB::Session" (perhaps
you forgot to load "WebDB::Session"?) at stages_url.pl line 63.

#

Does anyone have any suggestions?  There is a fair amount of code involved,
so I wanted to wait before posting all of it.  Any assistance is greatly
appreciated.

Thanks,
Andrew

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to