Why is server preventing admin styles? (Was: Where are WordPress sessions saved?)
WordPress doesn’t use sessions. User authentication is done with cookies. But, there are many plugins that use sessions for some purpose, and it is possible that you are using one (or even more) plugin that is using sessions. You should try to determine which plugin does that and start from there. Search for the session_start() … Read more