| Hey
I am same person, who has asked this question.
I able to resolve the issue.
1. I have added the HTTP module in BeginRequest
that is
app.BeginRequest += new EventHandler(this.OnPreRequest);
2. instead of Server.trasfer I have used ...
context.RewritePath("...
This help me. Session is working properly. |