How is it possible to propagate a session id?



How is it possible to propagate a session id?..

Answer / Aditya Kumar Pandey

Session ID can be propagated by setting cookies. When a user logs in, the server stores a unique session ID in a cookie and sends it back to the client. The browser then includes this cookie with each subsequent request, allowing the server to maintain the session.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Can we extend two classes in php?

1 Answers  


How do you trim spaces in excel?

1 Answers  


Explain how can we increase the execution time of a php script?

1 Answers  


iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not

1 Answers  


What does php do?

1 Answers  


What is indexing in mysql and how do we create indexing in mysql

4 Answers  


How would you determine the size of a file in php?

1 Answers  


What exactly is validating and sanitizing?

1 Answers  


What is warning – “cannot modify header information – headers already sent”?

1 Answers  


Code to upload a file in PHP?

1 Answers  


How to remove the new line character from the end of a text line in php?

1 Answers  


What are the advantages of using php?

1 Answers  


Categories