hi,
i was wondering how to put an array of ints into an Object.
session.setAttribute(String,Object);
how can i make it so that i can retrieve whats in the attribute into an
array of ints.
meaning something along the lines of
int[] = session.getAttribute(String);
i know that code won't work. if anyone knows what i mean and can help
me, please post.
thanks alot
-morc
morc - 08 Feb 2006 19:24 GMT
well im confused as to why i have a double post
but anyways
you were right it worked... i don't know how come it slipped my mind
the first time. i could have sworn i tried it and it didn't work. oh
well THANK YOU.
another quick question though.
is there anyway to catch when a praticular session is over?