hi every one i am trying to echo session id i saw that each time refreshing the page it chang thats why i cant login .
please any one suggest wht prob should be there
hi every one i am trying to echo session id i saw that each time refreshing the page it chang thats why i cant login .
please any one suggest wht prob should be there
Difficult to say, but here are a couple of things to check
As the alternative, since using CodeIgniter, I have left the PHP build-in session
and using the one provided by CodeIgniter. CodeIgniter using cookies to save the session data. It can also saved to the database transparently, and can be encrypted to hide the session content. Without encryption, the session itself have security to prevent unauthorized change of session data. So far I'm happy with it.