---
title: "Service: /resetsession [POST]"
source: https://dev.pageseeder.com/api/services/reset-session-POST.html
description: "POST endpoint for clearing session attributes for the current user, forcing them to be reloaded when needed. It accepts an optional parameter to control archived group accessibility."
last_updated: 2026-09-02T11:36:05+10:00
document_type: api_endpoint
operation_id: member-POST
resource_id: member
path_template: /resetsession
http_method: POST
api_category: member
implementation_version: 6.2004
api_since: 5.1100
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: N/A
generated_at: 2026-09-02
tokens: ~152
---

# /resetsession \[POST\]

## Description

Resets the current active session.

Invoking this service causes attributes held in the user session associated with the connection to be cleared so that they are reloaded when required.

## Parameters

| Name | Description | Required | Type | Default |
| --- | --- | --- | --- | --- |
| displayarchived | Sets whether archived groups should be accessible for this session | no | boolean |  |

## Permission

This service can only be invoked by the user.

## Response

```xml

<reset-session/>
```

## Error Handling

No specific errors expected for this service.

