raxsix Posted January 12, 2012 Share Posted January 12, 2012 Hi In PS 1.4.6.2 i can change it from the Preferences tab.. but Where i can change front office cookie expire time in PS 1.4.2.5 ? Link to comment Share on other sites More sharing options...
bellini13 Posted January 12, 2012 Share Posted January 12, 2012 it seems in v1.4.2.5 the Cookie is created by FrontController.php class. $cookie = new Cookie('ps'); and by default the Cookie expire time is time() + 1728000 $this->_expire = isset($expire) ? (int)($expire) : (time() + 1728000); Cookie.php has a function called setExpire, but I do not see any code that uses it. Link to comment Share on other sites More sharing options...
El Patron Posted January 12, 2012 Share Posted January 12, 2012 oops..my answer was incorrect...deleted it... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now