I have an ASP.NET Login Application.
When login is successful, my application creates a Cookie.
When created, my cookie resembles something like:
Name: LoginCookie
Value: guid=3eb8d82d-bc83-4ab9-b12b-880f84404a1d&login=true
My question is, with PHP, how do I retrieve the ‘guid’ value and store it in a variable?
Many thanks for any pointers.
Use
parse_str()