How to add tables or equivalent in wordpress?
-
Hi everyone ??
Due to our website running over multiple servers, and needing sessions, we made the decision to override PHP’s default session behavior using
session_set_save_handler()
and using mysql instead. It works fine with my own test database and such… Now I want to add it to WordPress. How can I achieve the equivalent to a table consisting of ID(contains the session id), access date and Data(contains all the session key-value pairs in the session)?Should I add my own table, or does WordPress have something built in that works just as well?
- The topic ‘How to add tables or equivalent in wordpress?’ is closed to new replies.