I would like to identify in my website whether the request is coming from a MOBILE or PC.
and then store this information "somehow" -
so that I dont have to bother about MOBILE OR PC for the ENTIRE SESSION of that user.
I am able to identify whether request is from Mobile or PC, but do not know how to store this information and later retrieve it in each of the Forms & Actions within the web app.
How is it possible to "store this info" and then later "retrieve it" in a Struts web app? I m using struts1.