Hi, I am using ActiveRecordStore for my sessions. I have another model called PageView that stores a record each time a page is viewed (page_id, session_id). In order to implement this, however, I need to be able to access the session''s primary ''id'' value, the integer, not the long encoded ''session_key''. My problem is that I can''t access the session''s numeric id by using @session.id because it just gives me back an integer representation of the session_key. Any help is appreciated. Thanks. -- Chad Nantais cnantais-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org