When session time Out...

liunx

Guest
hi every one,

i am using frames concept. i have 5 web forms.

in that one is longin page, except login page i am using frames concept in

all other pages. i have a problem that when the "session time out" i have to

redirect that page to my login page. i used "response.appendheader" (in html

page) but it invoking the login page to that frame only.But i need out of

frames.

thanxMy only advice is:

DO NOT USE FRAMES.

You should really be using divs and css if you can. Have a look at <!-- w --><a class="postlink" href="http://www.zeldman.com">www.zeldman.com</a><!-- w --> and associated links like this one...www.alistapart.com/articles/holygrail.

You can also use user controls (ascx pages) instead of frames to control common divs like headers, side navigation panels etc.

I realise this might not be what you are looking for, but since no one else has responded I thought I'd throw in my tuppence worth.

Hope this is of some help to you.

Cheers

AJ
 
Back
Top