#I'm having problems with session cookies in Safari but not Chrome
1 messages · Page 1 of 1 (latest)
If you print the incoming request on Vapor (or in the network inspector in safari) can you see the cookie being attached?
And what does the cookie look like? (Ie all the properties)
Hi @rigid pewter I can see the request cookie:
print(req.session.data) gives:
print(req.headers[.cookie]) gives:
Thanks for your help
Can you show all the properties of the cookie?
Mainly same site and HTTP only
Other you might need to do some debugging
And see if the session ID is the same when you set some data and make a subsequent request