Vidya
Vidya

Reputation: 193

Sessions lost during Server.Transfer in ASP.NET

Sessions lost during Server.Transfer(..., true) or Server.Transefer(..). Any help greatly appreciated.Thanks.

Upvotes: 0

Views: 1498

Answers (1)

James Johnson
James Johnson

Reputation: 46047

In the web.config, try adding the following:

<pages enableSessionState="true" ...>

Upvotes: 1

Related Questions