Hi folks,
my site has a few skins, to repsent the UI. These skins are based on the HOSTNAME they are connecting with.
As such, each css file, image, etc needs to be prepended with the correct folder location.
So, i thought that i should put it into the session of the user.
So, which is the earliest place i can/should do this.
Secondly, should I be remembering this in the session, or handling this per request that comes in?
(Please don't mention app_themes - I know about them, etc.)