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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -