Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

right way to set sessions through postgres?

0 views
Skip to first unread message

shiv...@my-deja.com

unread,
Oct 17, 2000, 3:00:00 AM10/17/00
to
Thankyou for giving attention.I tried many ways ....
Below are my configurations in php.ini


session.auto_start=off
session.cache_expire=180
session.cache_limiter=nocache
session.cookie_domain=novalue
session.cookie_lifetime=0
session.cookie_path=/
session.entropy_file=novalue
session.entropy_length=0
session.gc_maxlifetime=1440
session.gc_probability=1
session.name=PHPSESSID
session.referer_check=novalue
session.save_handler=user
session.save_path=php_sessions
session.serialize_handler=php
session.use_cookies=On

in php.ini i changed .save_handler=user & .save_path=php_sessions (it is
the the table name in postgres database
host=localhost dbname=praveen user=postgres
what is the right way to set this to enable sessions through database?

with regars
shiva


Sent via Deja.com http://www.deja.com/
Before you buy.

0 new messages