Skip to main content

All Questions

1 vote
2 answers
3k views

Session Coookie keeps getting reset in Remix/Express

I am using Remix, using the indie-stack template, which i modified to use Express. I am currently trying to get the authentication to work. I am using the same flow that is used by the default, the ...
Emperor's user avatar
  • 355
1 vote
1 answer
908 views

Remix Auth - `destroySession` returning [object Promise] instead of clearing the session

I'm trying to implement User Authentication in a Remix app and have been going around in circles trying to figure out why destroying the session is returning [object Promise] instead of clearing it. ...
marwan37's user avatar
  • 100
0 votes
0 answers
406 views

Mutate same session cookie in different loaders

In the case of a parent/child route structure, on initial page load, both loaders are called. In the following example we use the same session (cookie based) in both of these loaders. Both loaders ...
miniplus's user avatar
  • 163
1 vote
3 answers
119 views

Remove ability to edit data if person refreshes page / visits from another tab?

imgur has an interesting feature where you can create a post using https://imgur.com/upload after the upload finishes, you will be redirected to the post's page where you can edit the title as much ...
Foobar's user avatar
  • 8,545