asp.net - Forms authentication with URL fragments -



asp.net - Forms authentication with URL fragments -

i'm building single page application asp.net mvc , forms authentication, i'm heavily using url fragment values(#). i'm aware server not have access fragments in url. i'm looking best/simplest solution scenario.

if user not authenticated , paste url http://example.com/account/#123 in browser, redirected http:example.com/signin?returnurl=/account#123. far.

but after sign in, redirected http://example.com/account. fragment value lost.

how best design application fragment retained after signing in?

asp.net asp.net-mvc

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -