Hi all,
Can anybody tell me if cmsms's php sessions can work with other databases aside from mysql or postgresql?? See, we are planning to use sequel server as our database and we are wondering if that would be possible.
Thanks,
Leif
PHP Sessions Question..
PHP Sessions Question..
Last edited by leifnicholz on Tue May 27, 2008 4:55 pm, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: PHP Sessions Question..
Well, you're asking two different questions.
PHP Sessions (like stuff in $_SESSION) don't use the database.
Next, there's the database stuff
We install adodb_lite as a database engine, which out of the box, which supports these drivers:
fbsql gladius msql mssqlpo mysqli odbc postgres64 postgres8 sqlitepo sybase_ase
generic maxdb mssql mysql mysqlt postgres postgres7 sqlite sybase
However, we officially only support mysql and postgres in the core. Other modules may only support mysql.
PHP Sessions (like stuff in $_SESSION) don't use the database.
Next, there's the database stuff
We install adodb_lite as a database engine, which out of the box, which supports these drivers:
fbsql gladius msql mssqlpo mysqli odbc postgres64 postgres8 sqlitepo sybase_ase
generic maxdb mssql mysql mysqlt postgres postgres7 sqlite sybase
However, we officially only support mysql and postgres in the core. Other modules may only support mysql.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: PHP Sessions Question..
Hi Calguy,
Thanks for the reply. One more question though, so we decided to stick with mysql, would we have any problem running cmsms over https?
regards,
Leif
Thanks for the reply. One more question though, so we decided to stick with mysql, would we have any problem running cmsms over https?
regards,
Leif
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: PHP Sessions Question..
CMS doesn't care if the entire site is under HTTPS or http, it's just a matter of setting up your certificates, etc... and changing the config.php file appropriately.
Mixed HTTP/HTTPS sites are a bit more complex in CMS, but there are numerous posts on how people have solved this.
Mixed HTTP/HTTPS sites are a bit more complex in CMS, but there are numerous posts on how people have solved this.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.