Latest 'ITTreats'
- Microsoft Tech
- SUN Tech
- Open Sources
- Databases
- Software Testing
- Others
workaround for sessions on cookie disabled machines in php
In PHP, Will sessions work on cookies disabled Computers ?
The answer is “NO”.
because,
Server cookie is a session or we can say that session is also a cookie on the server.
For session to work, cookies on server as well as on client browser should be enabled.




