asp.net mvc - How create different cookies for one application that runs in iframe in different websites for every website -



asp.net mvc - How create different cookies for one application that runs in iframe in different websites for every website -

my mvc 4 web application running in iframe , run in different websites, have problem when open application in different client websites in same browser same info because app has cookie of app created on first open . need have different cookies app different clients , don't want utilize cookieless=true because causes other issues

asp.net-mvc asp.net-mvc-4 iis web-config

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) -