Will my database sessions work with WebAssist Extensions?
Hi,
I have to convert a clients web site over using WebAssits Extensions.
Here is my problem!
The clients website after checking it is using a database session handler. not only that after viewing the code they are also logging guest users to a active guest table. Plus there are two other tables one for active users and banned users.
The site works like this, when a guest enters the web site it goes to the database session handler and adds the guest to an active guest table, now if the guest logs in they are removed from the active guest table and entered into the active users table.
All of this is handled through the database session class they have.
Ok, now my question is there any way that they can keep the database sessions and I can also use the WebAssits Extensions???
Thank you
Pro Covers FX