brotskydotcom / susen.go

A simple sudoku game.
GNU General Public License v2.0
0 stars 1 forks source link

Server cannot distinguish session of HTTP vs HTTPS #1

Closed ctull closed 9 years ago

ctull commented 9 years ago

Session Storage vars remain unique between https and http but server session remains the same one. (therefore puzzle remains the same)

brotskydotcom commented 9 years ago

Actually I think you mean the server cannot distinguish. That's a Heroku thing. I will see if I can detect and use different sessions for each protocol.