PDA

View Full Version : Session handling compatible with PHP3


Zef Hemel
Mon 29th Jan '01, 11:13am
I want to use session handling, server side. Though unless you have phplib or php4 installed this isn't widely supported, is it? Now, has anyone a module functions or something to still do this, for example through a mysql database?

All help is appreciated,

Zef

Krucifyx
Tue 30th Jan '01, 12:28am
If you have vB, open up the global.php variable and do a search for "session" and you'll come across its session code. Its pretty simple.

MattR
Tue 30th Jan '01, 1:26am
Zef,

Your best bet is to use phplib, it's the best non PHP4 solution out there.

Zef Hemel
Tue 30th Jan '01, 1:50pm
I put a simple class together myself, I only have to save two variables anyway, works quite fine.

Thanks anyways