febrian - 2005-10-04

I would like to ask about the paging concept in the tag lib. I already try the sample code given about paging, and its woderfull. But the sample use session to stored the object (data) and passed it to the taglib. As we know that session occupied the memory and every client connected to the server, server will create 1 session. If I have 100,000 records/session and 100 clients connected simultaneously, is it will make the session take a lot of memory resources??.Is it possible to use request attributes instead of session.? Or the creator of the paging taglib already overcome this problem. Please give me detail explanation. Thank you very much

Regards,
Brian