You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bombworm edited this page Feb 1, 2012
·
2 revisions
I think it could be very flexible if node can share php's session. It will convience for you to show personalized information to your customer.
You can set following parameters in php.ini file
session.save_handler = redis # memcache is also OK
session.save_path = tcp://127.0.0.1:6379
session.cookie_domain = 'yourname.com' #recommanded that you can share sessions between different sub-domains
session.cookie_httponly = 1 #recommanded
session.serialize_handler = **php** #this is a must