Thanks for your answer, guess I'll just have to rely on storing things in the Session. Should work fine as I read it works very differently in asp.net than in classic asp. The reason I wanted to keep the page class instance is because I wanted my wcf service to be able to make
callbacks, but I found the proper (I think) solution for that :) If anyone is interrested, I'll post ...