Hi there
I have an ASP page displaying a users details if they are logged in and allowing them to add new details if not. The problem is it doesnt always seem to process the ASP every time I go to that page. I write to a text file to with debug statements to check its processing the code and its not writing on subsequent entries to the page other than the first.
i.e user is logged in, database is searched for their record and database fields are transferred to vars and used to display their details on the page, they change the details and the same page processes and reads in their updated details via querystring and redisplays their updated record details. Problem is if user navigates away from this page and comes back it displays their original details and does not seem to process any of the ASP at the top of the page, I know this as the debug statements I write to a text file are not getting written.
Can anyone help, this is very frustrating. Its as if the page is not reloading properly or the session variables are not resetting.
thx