how do I prevent access to pages before login?

Hello,I have a login routine that stores the user login in a session.How can I prevent the user from visiting a page before he/she is logged in?I also am using a page fragment for the header.ThanksFrank
[244 byte] By [Fast_Franka] at [2007-11-26 13:41:42]
# 1
With a filter. Someone kindly posted an example some time ago, search the forum for "login filter".Hope this helps.Antonio.
antoniovla at 2007-7-7 23:58:33 > top of Java-index,Development Tools,Java Tools...
# 2
Thank you,I found it and it works great.Frank
Fast_Franka at 2007-7-7 23:58:33 > top of Java-index,Development Tools,Java Tools...