Dear
I would like to set session expire time to 3hrs,
Which one is best ?
ini_set("sessio n.cookie_lifeti me","10800"); or session_set_coo kie_params(3600 * 3);
Or can I use both?
Is it compulsary to place every page b4 where ever session_start() ;
And one more above said syntax is correct or not? because some people using "10800" and some '10800' others just 10800. how to set?...