By omrisuissa - 3/10/2021
Using database sessions store, when calling Delete the SQL command is: DELETE FROM [table_name] WHERE [session_id] LIKE [param_session_id]%
Why the usage of like and %? The session id is not stored exactly in the database?
|
By ComponentSpace - 3/10/2021
You're welcome.
|
|