Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to set and retrieve session in CodeIgniter 3.0
Post: RE: How to set and retrieve session in CodeIgniter...

roopunk Wrote: (05-31-2015, 01:05 PM) -- Refer to the database section of the session documentation and see if you missed anything : http://www.codeigniter.com/user_guide/libraries/sessions.html?high...
9,727 Views
7 Replies
06-08-2015, 12:09 AM
hkachhia
    Thread: How to set and retrieve session in CodeIgniter 3.0
Post: RE: How to set and retrieve session in CodeIgniter...

This problem is occur when i am using REST server api with my controller. Is this problem in REST server ? Or REST server is use only for pass static information
9,727 Views
7 Replies
05-29-2015, 02:38 AM
hkachhia
    Thread: How to set and retrieve session in CodeIgniter 3.0
Post: RE: How to set and retrieve session in CodeIgniter...

gadelat Wrote: (05-29-2015, 01:23 AM) -- Well, what's Line 28? It cannot be $this->session->userdata('isLoggedIn'); -- yes, it is  on Line 28     $this->session->userdata('isLoggedIn'); I alread...
9,727 Views
7 Replies
05-29-2015, 01:27 AM
hkachhia
    Thread: How to set and retrieve session in CodeIgniter 3.0
Post: RE: How to set and retrieve session in CodeIgniter...

gadelat Wrote: (05-28-2015, 11:32 PM) -- please paste full error message -- A PHP Error was encountered Severity: Notice Message: Undefined index: isLoggedIn Filename: dashboard/Main.php Line...
9,727 Views
7 Replies
05-28-2015, 11:36 PM
hkachhia
    Thread: How to set and retrieve session in CodeIgniter 3.0
Post: How to set and retrieve session in CodeIgniter 3.0

Hi, I am using CodeIgniter 3.0 - I have created Login Module - I have make changes in Config.php as below : $config['sess_driver'] = 'database'; $config['sess_cookie_name'] = 'ci_session'...
9,727 Views
7 Replies
05-28-2015, 11:01 PM
hkachhia
    Thread: How to create Simple Login System Using CodeIgniter 3.0 with REST
Post: How to create Simple Login System Using CodeIgnite...

Hi, - We have Created System using CodeIgniter 2.2.0 - Now we wants to Apply REST       1. Is it possible to Apply REST with CodeIgniter 2.2.0 ,  If yes than How ? Other Option, - We have Wor...
2,690 Views
0 Replies
05-27-2015, 10:28 PM
hkachhia
    Thread: Remove index.page page from URL
Post: RE: Remove index.page page from URL

Rufnex Wrote: (01-09-2015, 11:46 AM) -- Is this the document root of your server: mysite/sitename/ -- Yes, Right now mysite is not publish. I am working on my PC I am using wamp server on windows 7 ...
11,402 Views
0 Replies
01-11-2015, 11:44 PM
hkachhia
    Thread: Remove index.page page from URL
Post: RE: Remove index.page page from URL

Rufnex Wrote: (01-08-2015, 06:12 AM) -- Try it with this change PHP Code: -- RewriteRule ^(.*)$ index.php?/$1 [L] -- -- I have tried but it did not work. Index page does not remove from URL
11,402 Views
0 Replies
01-08-2015, 09:22 PM
hkachhia
    Thread: Remove index.page page from URL
Post: Remove index.page page from URL

Hi I have create web using codeigniter 2.x . I have created sub folders in controller as well as view. Its working fine. I want to hide index.php page from URL but i am not succeeded to remove i...
11,402 Views
0 Replies
01-08-2015, 04:27 AM
hkachhia

Theme © iAndrew 2016 - Forum software by © MyBB