Hacker News new | ask | show | jobs
by derefr 6481 days ago
The sites I've designed just do the login live on the page you needed it on, via AJAX, without actually redirecting you anywhere. Of course, each displayed page has to know both its guest and user state (and be able to transition between them), but that seems like the correct approach, anyway.
1 comments

That sounds like alot of work ;)

I might as well just have unfriendly signups!