Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Extending an existing web application using Codeigniter4
Post: RE: Extending an existing web application using Co...

kenjis Wrote: (02-17-2024, 07:43 PM) -- There is no config to disable Session in CI4. Because it is used when it is needed. So basically, if you don't use CI4 Session, it does not work. I don't k...
460 Views
7 Replies
02-17-2024, 08:58 PM
r24in
    Thread: Extending an existing web application using Codeigniter4
Post: RE: Extending an existing web application using Co...

I need to work with the native php session since the existing application might break if I switch to Codeigniter session.  I tried looking into config files to see if CI session can be disabled. I ...
460 Views
7 Replies
02-17-2024, 07:49 AM
r24in
    Thread: Extending an existing web application using Codeigniter4
Post: RE: Extending an existing web application using Co...

kenjis Wrote: (02-17-2024, 05:15 AM) -- Read the Session class: https://github.com/codeigniter4/CodeIgniter4/blob/342dd3afab621a2c4b835d4bafb3da4642eaa5e2/system/Session/Session.php#L280 Both use...
460 Views
7 Replies
02-17-2024, 05:26 AM
r24in
    Thread: Extending an existing web application using Codeigniter4
Post: RE: Extending an existing web application using Co...

The problem is I can't get the session variables set by the current application eg $_SESSION["username"] is a session variable in the application. In the Codeigniter4 module I don't get this session v...
460 Views
7 Replies
02-17-2024, 04:58 AM
r24in
    Thread: Extending an existing web application using Codeigniter4
Post: Extending an existing web application using Codeig...

Hi,  I have an existing web application written in php. I want to develop a new module for the application using Codeigniter 4. The problem is with sessions - the native php session (sess_...) a...
460 Views
7 Replies
02-16-2024, 10:55 PM
r24in
    Thread: Google Search Console not indexing default route
Post: RE: Google Search Console not indexing default rou...

Thanks for your response. I could figure out the problem by reviewing the logs. I would like to draw your attention to the documentation. Maybe the example has the following line wrong: $currentAgen...
1,889 Views
3 Replies
09-27-2021, 04:17 AM
r24in
    Thread: Google Search Console not indexing default route
Post: Google Search Console not indexing default route

Hello, I created a personal website using Codeigniter 4. The server runs nginx on Ubuntu. My problem is that the homepage indexing on Google. All other pages are indexing as expected. Google URL Ins...
1,889 Views
3 Replies
09-26-2021, 10:45 AM
r24in

Theme © iAndrew 2016 - Forum software by © MyBB