in reply to How to use Apache::Session?
tie %{ $self }, 'Apache::Session::MySQL', $args{cid}, { DataSource => 'dbi:mysql:database', UserName => 'user', Password => 'pass', LockDataSource => 'dbi:mysql:database', LockUserName => 'user', LockPassword => 'pass', };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: How to use Apache::Session?
by jaldhar (Vicar) on Aug 18, 2000 at 19:31 UTC |