PDA

View Full Version : session on vbulletin


Almotmaiz.Net
05-18-2009, 10:34 AM
hello,

i hv code this based use session, and could not build it without session,

can i use session on vbulletin . any help ?

thanks in advance.

EnIgMa1234
05-18-2009, 11:05 AM
Sessions are stored in the sessions table in your database.

Dismounted
05-18-2009, 11:47 AM
vBulletin's sessions are not the same as what PHP calls "sessions".

Almotmaiz.Net
05-18-2009, 01:45 PM
Sessions are stored in the sessions table in your database.
yub i know.
vBulletin's sessions are not the same as what PHP calls "sessions".
.. then can i use $_SESSION on vbulletin systtem ?

EnIgMa1234
05-18-2009, 01:48 PM
.. then can i use $_SESSION on vbulletin systtem ?
No.

Almotmaiz.Net
05-18-2009, 01:57 PM
No.

=(
can i replaced with anathor thing ?

EnIgMa1234
05-18-2009, 02:46 PM
=(
can i replaced with anathor thing ?
Take a look at the sessions table in the database. Thats how vbulletin stores its sessions.

Dismounted
05-19-2009, 07:09 AM
=(
can i replaced with anathor thing ?
There is an article talking about how to extend vBulletin's session table.