[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
How to pass session I from page to page in frames mode
My dear Minivendors;
I have a problemo. I am trying to setup minivend in frames mode. I need to
know how can I extract or pass the session id from page to page. I have been
reading the docs and archive mailing list and there are a few suggestion
however which one is the one that actually works.
I got:
$Vend::Session::get_name()
$Vend::Session::SessionName
Vend::Session::get_name()
Vend::SessionName
$Vend{'session'}->{'id'}
$Vend{'session'}->{'session_name'}
[data session id]
&Vend::Session::session_name()
Which one of all these ones is the one that actually works. BTW I am using
MV 3.14 with Perl 5.005_02 on FreeBSD 3.1 with I386 233 and 64MB RAM. Iknow
know if this will help out. Also, I am planning to use Perl to pass the
session id from page to page.
Thanks
-Max