PHP Sessions Question..

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
leifnicholz

PHP Sessions Question..

Post by leifnicholz »

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
Last edited by leifnicholz on Tue May 27, 2008 4:55 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: PHP Sessions Question..

Post by calguy1000 »

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.
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.
leifnicholz

Re: PHP Sessions Question..

Post by leifnicholz »

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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: PHP Sessions Question..

Post by calguy1000 »

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.
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.
leifnicholz

Re: PHP Sessions Question..

Post by leifnicholz »

Okay, thanks a lot..  :D
Locked

Return to “CMSMS Core”