This is the place to ask if you have any issues with our forum system. These include questions about your account, PM's, login trouble, etc.
broadblues
AmigaOS Core Developer
Posts: 600 Joined: Sat Jun 18, 2011 3:40 am
Location: Portsmouth, UK
Contact:
Post
by broadblues » Wed Dec 05, 2018 4:32 pm
MichaelMerkel wrote: it seems the cookie is not set?
A cookie *must* be set else, you could not log in at all.
i removed my old one and there is no new one stored.
regards...
michael
It could have changed to temporary cookie or one with a shorter expiery time perhaps?
Raziel
Post
by Raziel » Wed Dec 05, 2018 5:01 pm
There is no cookie.
I just checked again with Odyssey cookie list and there is absolutely nothing regarding hyperion-entertainment.biz.
I can log on, but as soon as i leave the site and come back immediately i have to log in again.
There are hyperion cookies in the sql .db file, but they don't come up in Odysseys cookie list
broadblues
AmigaOS Core Developer
Posts: 600 Joined: Sat Jun 18, 2011 3:40 am
Location: Portsmouth, UK
Contact:
Post
by broadblues » Wed Dec 05, 2018 6:53 pm
Hmmm okay testing a bit more, it seems the session ID to enable login is being sent in the URL. Side stepping the need for a temporary cookie.
The reason I could post without logging in was that I used URL completion and effectively preserved the session ID< which hadn't expired yet.
Ugh. That feels a fraction insecure! Were I to post the URL you might be able to login as me!
Raziel
Post
by Raziel » Wed Dec 05, 2018 7:10 pm
broadblues wrote: Hmmm okay testing a bit more, it seems the session ID to enable login is being sent in the URL. Side stepping the need for a temporary cookie.
The reason I could post without logging in was that I used URL completion and effectively preserved the session ID< which hadn't expired yet.
Ugh. That feels a fraction insecure! Were I to post the URL you might be able to login as me!
Ouch...
Hopefully some of the maintainers are monitoring this
ssolie
Beta Tester
Posts: 1010 Joined: Mon Dec 20, 2010 8:51 pm
Location: Canada
Contact:
Post
by ssolie » Thu Dec 06, 2018 9:09 pm
Raziel wrote: Hopefully some of the maintainers are monitoring this
Try emailing
[email protected]
ExecSG Team Lead
Cyborg
AmigaOS Core Developer
Posts: 61 Joined: Wed Feb 16, 2011 1:29 pm
Post
by Cyborg » Sun Dec 09, 2018 10:18 pm
All requests are now redirected to use the .com domain. This broke the cookie settings, which were still using .biz. Fixed now.
tonyw
AmigaOS Core Developer
Posts: 1483 Joined: Wed Mar 09, 2011 1:36 pm
Location: Sydney, Australia
Post
by tonyw » Sun Dec 09, 2018 11:21 pm
Yes, fixed now, thanks, Costel.
cheers
tony
Raziel
Post
by Raziel » Fri Dec 14, 2018 9:08 pm
Thank you, Costel