Today I had skype interview for a job as PHP developer, one of the questions asked was about Cookies and PHP Sessions.
The question was, can PHP session be set and r
Yes.. It will Work 1.PHP will pass one GET parameter in URL with the name PHPSESSID but it can be changed session.name in php.ini file. 2. It add one hidden input in forms with same name.