mahen23 Posted October 5, 2010 Share Posted October 5, 2010 hello, i have manually created a cookie: setcookie("TestCookie", "something");and now i want PS to read "TestCookie". how can i proceed? Link to comment Share on other sites More sharing options...
Bruno Chavez Posted October 14, 2010 Share Posted October 14, 2010 HiDo you have a solution? Link to comment Share on other sites More sharing options...
mahen23 Posted October 14, 2010 Author Share Posted October 14, 2010 HiDo you have a solution? Cookies does not seem to work if they are from diffrent paths or domains. So i decided to use $_GET[''];however, if they are of the same path, then you can use cookies, seems to work perfectly. Link to comment Share on other sites More sharing options...
Truemedia Posted October 14, 2010 Share Posted October 14, 2010 Rocky had a post a while back on all the information you can check inside a cookie and how on his website aswell. Have a look on there or check inside my JFusion topic or where he talks about it. Link to comment Share on other sites More sharing options...
prezervos Posted January 27, 2012 Share Posted January 27, 2012 Hi Do you have a solution? hello, i have manually created a cookie: setcookie("TestCookie", "something"); and now i want PS to read "TestCookie". how can i proceed? my solution is to define the path of the cookie like this: setcookie("TestCookie", "something", , "/"); 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