log « Session « JSF Q&A





1. problem with JSF 2.0 login + session scope handling    stackoverflow.com

I'm having a problem handling login in JSF 2.0. I dont really know if I'm going in the right direction. I want to be specific so i will point out how ...

2. saving logged in session    coderanch.com

I am currently using URLConnection to get a file from a website. Here is the function that I am using. THe problem is that I am getting a lot of file and so I call this many times. I'm looking for a way to speed this up and I was wondering if instead of logging in again and again, I could ...